home *** CD-ROM | disk | FTP | other *** search
/ Weekly Play Boy All Stars / Weekly Play Boy All Stars 1.iso / pc / SS / M_ITO.EXE / M_ITO.dcr / 00014_-ïbå„Ç…ÉRÉìÉeÉBÉjÉÖÅ[.ls < prev    next >
Encoding:
Text File  |  2003-01-22  |  312 b   |  18 lines

  1. property mytime
  2.  
  3. on beginSprite
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer <= value(mytime * 60) then
  9.     go(the frame)
  10.   else
  11.     go(the frame + 1)
  12.   end if
  13. end
  14.  
  15. on getPropertyDescriptionList me
  16.   return [#mytime: [#comment: "テ テ催ゥテサテュ窶堙ゥ~テ‡テεゥテサテ、窶佚⑿テッbテ⒀:", #format: #integer, #default: 15]]
  17. end
  18.